projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b7c9b
)
(change-log-mode): Set `show-trailing-whitespace'.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 20 Jun 2007 14:17:08 +0000
(14:17 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 20 Jun 2007 14:17:08 +0000
(14:17 +0000)
lisp/add-log.el
patch
|
blob
|
history
diff --git
a/lisp/add-log.el
b/lisp/add-log.el
index 08ce78d371de1a3c682afdf3e7ad336742ebede0..3ec00b81b350e7f421f5131a7f82491a75be6e72 100644
(file)
--- a/
lisp/add-log.el
+++ b/
lisp/add-log.el
@@
-695,7
+695,8
@@
Runs `change-log-mode-hook'.
(setq left-margin 8
fill-column 74
indent-tabs-mode t
- tab-width 8)
+ tab-width 8
+ show-trailing-whitespace t)
(set (make-local-variable 'fill-paragraph-function)
'change-log-fill-paragraph)
(set (make-local-variable 'indent-line-function) 'change-log-indent)